home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PRINTER / EPSON.ARJ / MP.DOC < prev    next >
Text File  |  1989-07-19  |  9KB  |  231 lines

  1.                                   MicroPrint
  2.  
  3.                                  Version 2.1
  4.                                  7 March 1986
  5.  
  6.                              Copyright 1985, 1986
  7.                               Kenneth D. Whitney
  8.                              All Rights Reserved
  9.  
  10. Purpose: Prints ASCII files at 17 characters per inch, 120 lines per page on
  11.          IBM and compatible dot-matrix printers.  (MicroPrint is based on an
  12.          idea presented in PC-Magazine's "Power User" column by Charles D.
  13.          Dines, 17 September 1985).
  14.  
  15. Requires:
  16.          IBM PC,XT,AT,PCJr, or close compatble.
  17.          DOS 2.0 or greater.
  18.          IBM/EPSON or compatible dot-matrix printer.
  19.  
  20. Usage:   MP [d:][path][filename.ext] [/B][/H][/S][Pn]
  21.  
  22.          If you do not specify a filename, MicroPrint will ask you for one.
  23.  
  24.          Wildcard characters (*,?) can be used in filenames.
  25.  
  26.          Your printer must be on line prior to running MicroPrint.
  27.  
  28.          When wildcards are used in the filename the name of the file
  29.          currently being printed is displayed.  When all the files have
  30.          finished printing, either enter a new file name or press ESC to
  31.          return to DOS.
  32.  
  33.          The printing of any file can be aborted by pressing ESC.  If
  34.          wildcards were used in the filename the program will search for and
  35.          print the next matching file.
  36.  
  37. Switches:
  38.  
  39.      /B   Print on both sides of the paper
  40.  
  41.           If this switch is active, MicroPrint first prints all odd-numbered
  42.           pages, then pauses for changing paper side.  Once the paper is
  43.           properly aligned in the printer, pressing any key will print even-
  44.           numbered pages in ascending sequence.
  45.  
  46.           NOTE: You may turn off your printer when turning the paper over
  47.           without affecting MicroPrint.
  48.  
  49.           NOTE: If you do not turn the printer off BE SURE TO RESET THE
  50.           TOP-OF-FORM after reloading the paper.
  51.  
  52.           NOTE: If both the /B and /S switches are active, the left margin is
  53.           increased.  This is to ensure that the text on each side of the
  54.           page will fit when trimmed for a 9X6 binder.  Since MicroPrint does
  55.           not alter line length, printing lines greater than about 100
  56.           characters in length when both /B and /S switches are active will
  57.           result in some of the lines being truncated when the pages are
  58.           trimmed.
  59.  
  60.           Printing to a single side is still possible with the /B switch
  61.           active.  Simply ignore the prompt to change paper sides and press
  62.           any key.
  63.  
  64.      /H   Supresses header (filename...date or page #).
  65.  
  66.           The first printed page contains a header with the filename on the
  67.           left and the current date on the right.  Subsequent pages have the
  68.           page number in place of the date.  The /H switch (entered at the
  69.           DOS prompt) will supress printing the header.
  70.  
  71.      /S   Set page length to 90 lines (a bit over 7 inches).
  72.  
  73.           The /S switch sets MicroPrint to print 90 lines per page.  This
  74.           length allows pages to be trimmed to fit 9 x 6 binders (the size of
  75.           the DOS and BASIC manual, etc.).  See the note under the /B switch
  76.           about margin changes.
  77.  
  78.      /Pn  Select printer port (n = 1, 2, or 3).
  79.  
  80.           The /Pn switch allows selection of any available parallel port
  81.           (LPT1, LPT2, or LPT3).  MicroPrint checks the number of active
  82.           parallel ports, and will not allow a printer selection that is not
  83.           available on your system.  Thus, specifying /P3 when your system
  84.           only has two parallel ports causes the program to default to LPT1.
  85.  
  86.           Switches can only be entered at the DOS prompt.  They are not case
  87.           sensitive (i.e. "H" or "h" will both do the trick).
  88.  
  89.           If the /B, /S, or /H switch has been activated, this will be
  90.           indicated on the MicroPrint display.  The currently active parallel
  91.           port will also be displayed.
  92.  
  93. Remarks:  MicroPrint was written to be used as a source-code lister, but it
  94.           can be used to print any ASCII text file at a considerable savings
  95.           in paper.
  96.  
  97.           MicroPrint recognizes carriage returns, line feeds, etc. in
  98.           documents, but it ignores form feeds/page breaks.  MicroPrint also
  99.           expands tabs.
  100.  
  101.           MicroPrint sets IBM/EPSON and compatible dot-matrix printers to
  102.           print in the compressed, super/subscripted mode at 120 lines per
  103.           page.  To promote even use of the print-head pins and to prolong
  104.           ribbon life, MicroPrint toggles between superscripting and
  105.           subscripting at each page break.
  106.  
  107.           The use of a print spooler is highly recommended.
  108.  
  109.  
  110. Please send comments, suggestions, bug reports, etc. to:
  111.  
  112.                       Kenneth D. Whitney
  113.                       1325 S. West Street
  114.                       Arlington, Texas 76010
  115.  
  116. MicroPrint may be freely copied, shared, and placed on public and private
  117. bulletin boards, but may not be sold under any circumstances.
  118.  
  119.                       The author retains the copyright.
  120.  
  121.                              ALL RIGHTS RESERVED.
  122.  
  123. Please do not alter the code or remove copyright notices from any copies
  124. uploaded to bulletin boards.  Please upload both the program and the
  125. documentation.
  126.  
  127. MicroPrint is provided as is, with no warranties of any kind.
  128.  
  129. If you use a printer that is not IBM/EPSON compatible, custom versions of
  130. MicroPrint are available.  Please send inquires to the above address.
  131.  
  132. Special thanks to Chuck Condos and Ray McVay for helpful comments and
  133. suggestions.
  134.  
  135.  
  136. Changes for Version 2.1
  137.  
  138.   > /B switch to allow printing on both sides of the paper.
  139.  
  140.   > Line spacing command altered to include a wider range of printers.
  141.  
  142. Changes for Version 2.0
  143.  
  144.   > /Pn switch to select printer port.
  145.  
  146.   > Limited parallel port checking and display of selected parallel port.
  147.  
  148.   > Status indicators for active switches.
  149.  
  150.   > Some text files occasionally use carraige returns without linefeeds to
  151.     produce boldface and underlining without embedding special printer
  152.     control codes.  MicroPrint has been altered to properly handle this type
  153.     of input.
  154.  
  155.   > Many "little" improvements.
  156.  
  157.  
  158. Changes for Version 1.1
  159.  
  160.   > /H switch to supress page header.
  161.  
  162.   > /S switch for 90 lines per page.
  163.  
  164.   > Larger input buffer (1024 bytes vs. 512 bytes).
  165.  
  166.   > Support for wildcard characters and path names.
  167.  
  168. -----------------------------------------
  169.  
  170. And, from the same author,
  171.  
  172.  
  173.                                  MicroDial(tm)
  174.                                       1.O
  175.                           Memory-Resident Autodialer
  176.  
  177.                                 Copyright 1985
  178.                               Kenneth D. Whitney
  179.                               ALL RIGHTS RESERVED
  180.  
  181. FEATURES:
  182.  
  183.         * MicroDial is a RAM-resident autodialer.  Both the dialing program
  184.           and the phone directory (2O names and numbers) are always in memory
  185.           and available, even while running other applications.  MicroDial
  186.           DOES NOT use floppy or hard disk-based directories when dialing a
  187.           number.
  188.  
  189.         * MicroDial offers four dialing prefixes -- also stored in RAM.
  190.           Dialing prefixes can hold long-distance service numbers, access
  191.           codes, etc., and each prefix can be combined with any number in the
  192.           directory.
  193.  
  194.         * MicroDial's phone numbers and prefixes can each be up to 2O
  195.           characters long.
  196.  
  197.         * MicroDial (the autodialer program, the phone directory, and the
  198.           prefix directory -- the whole works) occupies LESS THAN 3K of RAM!
  199.  
  200.         * MicroDial can be removed from memory if desired.
  201.  
  202.         * MicroDial comes with a separate utility program which sets up and
  203.           maintains the number and prefix directories.  The utility program
  204.           also has an install feature that allows MicroDial to be configured
  205.           for your choice of COM port and dialing method (tone or pulse).
  206.  
  207.         * And more.
  208.  
  209.  
  210. SYSTEM REQUIREMENTS:
  211.  
  212.         * IBM-PC or close compatible
  213.         * DOS 2.O or greater
  214.         * A modem that uses the industry-standard 'AT' command set.
  215.  
  216. If you would like to order MicroDial and register as a user, send $19.95 plus
  217. $2.OO shipping and handling to:
  218.  
  219.                               Kenneth D. Whitney
  220.                              1325 S. West Street
  221.                             Arlington, Texas 76O1O
  222.  
  223. Users who register will receive the current production versions of MicroDial
  224. and MicroDial Utility, complete documentation, notices of (and discounts on)
  225. upgrades, and new product announcments.
  226.  
  227. If you have questions about MicroDial, please write to the above address.
  228.  
  229.  
  230. ------------------------------------------------------------------------------
  231.